github.com/coder/websocket.Conn.writeFrame (method)
5 uses
github.com/coder/websocket (current package)
write.go#L110: return c.writeFrame(ctx, true, false, c.msgWriter.opcode, p)
write.go#L179: n, err := mw.c.writeFrame(mw.ctx, false, mw.flate, mw.opcode, p)
write.go#L209: _, err = mw.c.writeFrame(mw.ctx, true, mw.flate, mw.opcode, nil)
write.go#L235: _, err := c.writeFrame(ctx, true, false, opcode, p)
write.go#L243: func (c *Conn) writeFrame(ctx context.Context, fin bool, flate bool, opcode opcode, p []byte) (_ int, err error) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |